home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / System_Management / Changetaskpri < prev    next >
Encoding:
Text File  |  1993-08-08  |  877 b   |  27 lines

  1. Command Name : Changetaskpri
  2.  
  3. Function : Change the priority of a currently running process
  4.  
  5. Arguments : <priority> [process]
  6.  
  7. Location : C directory
  8.  
  9. The Amiga is a multitasking computer, which means you can run several tasks
  10. at one time.  These each have a priority over the computer - the higher the
  11. priority the more `rights' they have to the system.  A task with priority
  12. 3 will be able to access, for example, a printer while a priority 2 task 
  13. won't.  This is because all lower priority tasks will find the system 
  14. without a printer if it is in use.  It sound complicated but can be useful.
  15. Use the command Ststus to see the currently running tasks.  Make sure you
  16. get the arguments the right way round!
  17.  
  18. Examples
  19.  
  20. Changetaskpri 2 Process 3
  21.  
  22.         Changes process (task) 3's priority to 2
  23.  
  24. Changetaskpri 0 Process 5
  25.  
  26.         Resets task 5's priority to the default, 0
  27.